From: Richard M. Stallman Date: Wed, 27 Mar 1996 02:37:57 +0000 (+0000) Subject: (dired-chown-program): Recognize lignux. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84178 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aaef4a1cecda927730349489ff39493bbe875690;p=emacs.git (dired-chown-program): Recognize lignux. --- diff --git a/lisp/dired.el b/lisp/dired.el index 95938f9ffdc..18f865551a6 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -48,7 +48,7 @@ may contain even `F', `b', `i' and `s'. See also the variable ;;;###autoload (defvar dired-chown-program - (if (memq system-type '(hpux dgux usg-unix-v irix linux)) + (if (memq system-type '(hpux dgux usg-unix-v irix linux lignux)) "chown" "/etc/chown") "Name of chown command (usually `chown' or `/etc/chown').")